home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl580 / lyl15.lzh / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-09-02  |  848b  |  22 lines

  1. echo off
  2. cls
  3. echo To install this program on your hard drive do the following:
  4. echo 1. Make a directory on your hard drive.
  5. echo    For example:  C: [enter] 
  6. echo                  CD\ [enter]
  7. echo                  MD LYL [enter]
  8. echo 2. Copy all files from the floppy to your directory.
  9. echo    For example:  COPY *.* C:\LYL [enter]
  10. echo 3. Log on to your hard drive directory.
  11. echo    For example:  C:\ [enter]
  12. echo                  CD\LYL [enter]
  13. echo 4. Type GO to start the program. 
  14. echo -----------------------------------------------------------------
  15. echo To run the program from the floppy drive: 
  16. echo 1. Log on to the floppy drive with the program diskette inserted.
  17. echo    For example:  A:\ [enter]
  18. echo 2. Type GO to start the program.
  19. echo -----------------------------------------------------------------
  20. :END
  21.  
  22.